Edit Resources: Accommodation
Format
SCHED / EditResource '<ResourceName>' Accommodation <MaxAccommodation>
Description
The Accommodation attribute under EditResource defines the maximum amount of tasks that a resource is able to handle at once.
Parameters
Parameter | Description |
---|---|
MaxAccommodation | An integer value that represents the maximum accommodation of the resource. If the value is <0 then the accommodation will be set to unlimited. |
Examples
Adjust accommodation for FUSE. The maximum amount of tasks that FUSE is able to handle is now 4 tasks.
SCHED / EditResource 'FUSE' Accommodation 4
Allow unlimited accommodation for SSR. The resource SSR is able to handle an unlimited number of tasks at once.
SCHED / EditResource 'SSR' Accommodation -1